strengthCheck
abstract suspend fun strengthCheck(parameters: Passwords.StrengthCheckParameters): PasswordsStrengthCheckResponse
Content copied to clipboard
This method allows you to check whether or not the user’s provided password is valid, and to provide feedback to the user on how to increase the strength of their password.
Return
PasswordsStrengthCheckResponse
Parameters
parameters
required to advise on password strength
abstract fun strengthCheck(parameters: Passwords.StrengthCheckParameters, callback: (PasswordsStrengthCheckResponse) -> Unit)
Content copied to clipboard
This method allows you to check whether or not the user’s provided password is valid, and to provide feedback to the user on how to increase the strength of their password.
Parameters
parameters
required to advise on password strength
callback
a callback that receives a PasswordsStrengthCheckResponse